bitkeeper revision 1.1041.5.7 (40e9808fAoDayBeZwAauQ7CRlcKCog)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Mon, 5 Jul 2004 16:23:43 +0000 (16:23 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Mon, 5 Jul 2004 16:23:43 +0000 (16:23 +0000)
commit68485ace640a03472b1074cdb6d8369cd82e691d
treeb7f8c93fda8a7ae8f7e4e6a60ae31c9bae0c0f8d
parentb87f42498ff097e1ae37686e296c05417258d3af
bitkeeper revision 1.1041.5.7 (40e9808fAoDayBeZwAauQ7CRlcKCog)

Start of code to talk to migration daemon to do migrate.
Initial checkin of the migration daemon, xfrd.
30 files changed:
.rootkeys
tools/libxutil/string_stream.c
tools/python/xen/xend/XendMigrate.py
tools/python/xen/xend/packing.py [new file with mode: 0644]
tools/xfrd/Make.xfrd [new file with mode: 0644]
tools/xfrd/Makefile [new file with mode: 0644]
tools/xfrd/connection.c [new file with mode: 0644]
tools/xfrd/connection.h [new file with mode: 0644]
tools/xfrd/debug.h [new file with mode: 0644]
tools/xfrd/enum.c [new file with mode: 0644]
tools/xfrd/enum.h [new file with mode: 0644]
tools/xfrd/hash_table.c [new file with mode: 0644]
tools/xfrd/hash_table.h [new file with mode: 0644]
tools/xfrd/lexis.c [new file with mode: 0644]
tools/xfrd/lexis.h [new file with mode: 0644]
tools/xfrd/lzi_stream.c [new file with mode: 0644]
tools/xfrd/lzi_stream.h [new file with mode: 0644]
tools/xfrd/marshal.c [new file with mode: 0644]
tools/xfrd/marshal.h [new file with mode: 0644]
tools/xfrd/select.c [new file with mode: 0644]
tools/xfrd/select.h [new file with mode: 0644]
tools/xfrd/sxpr.c [new file with mode: 0644]
tools/xfrd/sxpr.h [new file with mode: 0644]
tools/xfrd/xdr.c [new file with mode: 0644]
tools/xfrd/xdr.h [new file with mode: 0644]
tools/xfrd/xen_domain.c [new file with mode: 0644]
tools/xfrd/xen_domain.h [new file with mode: 0644]
tools/xfrd/xfrd.c [new file with mode: 0644]
tools/xfrd/xfrd.h [new file with mode: 0644]
tools/xfrd/xfrdClient.py [new file with mode: 0755]